home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flybox2.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  225 b   |  12 lines

  1. on exitFrame
  2.   global gWaitNextAns, gprev
  3.   set gWaitNextAns to 0
  4.   repeat with i = 1 to 48
  5.     puppetSprite(i, 1)
  6.   end repeat
  7.   randomPosition()
  8.   set the castNum of sprite 48 to 47
  9.   set gprev to "MTH"
  10.   updateStage()
  11. end
  12.